+-----------------------------------------------------------------------+ | This file is part of the Roundcube Webmail client | | | | Copyright (C) The Roundcube Dev Team | | Copyright (C) Kolab Systems AG | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | | | | PURPOSE: | | Provide alternative IMAP library that doesn't rely on the standard | | C-Client based version. This allows to function regardless | | of whether or not the PHP build it's running on has IMAP | | functionality built-in. | | | | Based on Iloha IMAP Library. See http://ilohamail.org/ for details | +-----------------------------------------------------------------------+ | Author: Aleksander Machniak <alec@alec.pl> | | Author: Ryo Chijiiwa <Ryo@IlohaMail.org> | +-----------------------------------------------------------------------+
rcube_imap_generic | PHP based wrapper class to connect to an IMAP server |